Skip to content

feat(dbquery): dialect-aware auto-quoting of simple identifiers in condition and field positions - #8

Merged
Headgent merged 1 commit into
developfrom
feature/260810_condition-identifier-quoting
Aug 10, 2026
Merged

feat(dbquery): dialect-aware auto-quoting of simple identifiers in condition and field positions#8
Headgent merged 1 commit into
developfrom
feature/260810_condition-identifier-quoting

Conversation

@Headgent

Copy link
Copy Markdown
Contributor

Automatisierter Update-Release. Zielversion: v1.1.0

…ndition and field positions

Simple identifiers (ident / alias.ident) in WHERE/HAVING/ORDER BY/
GROUP BY/SELECT lists and UPDATE/DELETE conditions are now quoted per
dialect (backtick for MySQL/MariaDB/SQLite, double quotes for
Postgres), matching the existing INSERT/SET quoting. Raw expressions,
*, pre-quoted strings, Expression::raw() and niladic SQL literals
(NULL, TRUE, FALSE, DEFAULT, CURRENT_* et al.) stay untouched.
Fixes generated Postgres queries against camelCase columns
(SQLSTATE 42703; found by the Jardis Builder concurrency probe).
2268 tests green incl. camelCase matrix on three drivers and
Postgres INSERT->WHERE roundtrip with quoted DDL.
@Headgent
Headgent merged commit ad4aac8 into develop Aug 10, 2026
3 checks passed
@Headgent
Headgent deleted the feature/260810_condition-identifier-quoting branch August 10, 2026 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant